Best Practices

Performance and cost factors

  • How many bytes are read from query
  • Shuffling: how many bytes does your query pass to each slot
  • Computation: CPU times
  • Outputs: how many bytes are written

Reducing bytes read

SQL best practices